home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-07 | 1.8 KB | 100 lines | [TEXT/MPS ] |
- object oReaders__Art_1_24 is cDefaultContainer
- with
- Binder is oBinder;
- Label is -1;
- Items is [
- oReaders__screen_24_1,
- oBack_button_24_4,
- oNext_Button_24_5,
- oMenu_Button_24_6,
- oreaders1_Picture_24_8
- ];
- end;
-
-
- object oReaders__screen_24_1 is cPictureHandler
- with
- Duration is -1;
- Supplier is oReaders__screen_69_;
- Behavior is cVRBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
- end;
-
-
- object oBack_button_24_4 is cPictureHandler
- with
- Duration is -1;
- Supplier is oBack_button_66_;
- Behavior is cVRBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oBinder.Goto(oReaders__Art_5_21);
- oBinder.Refresh();
- oBinder.SetTransition(oDissolve, 30);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 524; Y is 321; Width is 90; Height is 39;
- end;
- end;
-
-
- object oNext_Button_24_5 is cPictureHandler
- with
- Duration is -1;
- Supplier is oNext_Button_67_;
- Behavior is cVRBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oBinder.Goto(oReaders__Art_2_19);
- oBinder.Refresh();
- oBinder.SetTransition(oDissolve, 30);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 523; Y is 241; Width is 90; Height is 39;
- end;
- end;
-
-
- object oMenu_Button_24_6 is cPictureHandler
- with
- Duration is -1;
- Supplier is oMenu_Button_49_;
- Behavior is cVRBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oBinder.Goto(oMain_Menu_2);
- oBinder.Refresh();
- oBinder.SetTransition(oDissolve, 30);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 524; Y is 401; Width is 90; Height is 39;
- end;
- end;
-
-
- object oreaders1_Picture_24_8 is cPictureHandler
- with
- Duration is -1;
- Supplier is oreaders1_Picture_166_;
- Behavior is cVRBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 33; Y is 141; Width is 450; Height is 299;
- end;
- end;
-
-